home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / ozgis88.zip / OZGIS80.TUT < prev    next >
Text File  |  1992-05-17  |  3KB  |  86 lines

  1. OzProj is a program is that will process a geographic file to form a new
  2. geographic file converting either from (Longitude,Latitude) to a projection
  3. or in the reverse direction. Hence conversion from one projection to
  4. another has to take place in two steps.
  5.  
  6. Often projections will not be of concern, as map data will be used as supplied.
  7. However, if data comes from several sources in different projections the files
  8. may have to be converted to a common coordinate system.
  9.  
  10. You will have to have a basic knowledge of the projection you want to use
  11. e.g. that AMG is UTM with the Australian Spheroid and a false origin
  12. (500000,10000000).
  13.  
  14. The parameters of the projection are stored in the geographic file. When the
  15. data are first entered the projection is usually set to 'undefined', unless it
  16. is known e.g. Census boundary data are usually set to geographic (lat/long
  17. units degrees).
  18.  
  19. The first operation is often to define the projection of a new geographic file
  20. and store the parameters in the file header.
  21.  
  22. Vertices are stored in single precision in OzGIS (there is not enough memory on
  23. the PC to do anything else). This means an accuracy of seven digits, so some
  24. values may not be accurate e.g. UTM may be a few metres out.  If more precise
  25. values are required, you may have to define your own false origin.
  26.  
  27. Latitude / longitude data must be given with units degrees.
  28.  
  29. Latitudes are negative in the Southern hemisphere.
  30.  
  31. Usual value ranges are:
  32. Longitude -180 to +180
  33. Latitude  -90  to +90
  34.  
  35. Note that the X value in data files is the longitude.
  36.  
  37. examples: (-100.0,50.0) i.e. longitude -100, latitude 50
  38.           (145.0, -42.0) a point in Tasmania
  39.  
  40. Several projections are supported:
  41.  
  42. Albers Conical Egual Area
  43. Azimuthal equidistant
  44. Equidistant Conic
  45. Equirectangular
  46. Gnomic
  47. Lambert Conformal Conic
  48. Lambert Azimuthal Equal Area
  49. Mercator
  50. Miller Cylindrical
  51. Orthographic
  52. Polyconic
  53. Stereographic
  54. Transverse Mercator
  55. Sinusoidal
  56. State Plane (USA) (NOT SUPPORTED YET)
  57. Universal Transverse Mercator
  58. Van der Grinten
  59.  
  60. Several spheroids are available. The default is either Clarke 1866 or the
  61. 6370997 metre sphere where a radius is asked for.
  62.  
  63. MERIT 1983
  64. GRS 1980(IUGG, 1980)
  65. IAU 1976
  66. Airy 1830
  67. Australian Natl, S. Amer., IAU 64
  68. GRS 67(IUGG 1967)
  69. Bessel 1841
  70. Clarke 1866
  71. Clarke 1880 mod.
  72. Everest 1830
  73. Hough
  74. International 1909 (Hayford)
  75. Krassovsky, 1942
  76. Mercury 1960
  77. Modified Airy
  78. Modified Everest
  79. Modified Merc 1968
  80. New International 1967
  81. Southeast Asia
  82. Walbeck
  83. WGS 66
  84. WGS 72
  85. Sphere of 6370997 m
  86.